From 710063699ea8d1c829bad21ce6bec67af00e5d13 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 28 Dec 2016 16:57:29 -0800 Subject: [PATCH] Attempt to debug a problem on AppVeyor Let's get verbose logs from this step --- tests/path.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/path.rs b/tests/path.rs index 7d057ae75..1ba684782 100644 --- a/tests/path.rs +++ b/tests/path.rs @@ -89,7 +89,7 @@ fn cargo_compile_with_nested_deps_shorthand() { execs().with_stdout("test passed\n").with_status(0)); println!("cleaning"); - assert_that(p.cargo("clean"), + assert_that(p.cargo("clean").arg("-v"), execs().with_stdout("").with_status(0)); println!("building baz"); assert_that(p.cargo("build").arg("-p").arg("baz"), -- 2.30.2